home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr22 / mcalc199.zip / DEMO03A.MCP < prev    next >
Text File  |  1994-12-04  |  112b  |  8 lines

  1. format "%10.7lf"
  2. print "X,J0(X),Y0(X)"    
  3. for x=1 to 16 step 1
  4.    print x;",";j0(x);",";y0(x)
  5. next
  6. end
  7.  
  8.